derelict.sdl2.gfx.imagefilter

Undocumented in source.

Members

Aliases

da_SDL_imageFilterAbsDiff
alias da_SDL_imageFilterAbsDiff = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterAdd
alias da_SDL_imageFilterAdd = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterAddByte
alias da_SDL_imageFilterAddByte = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterAddByteToHalf
alias da_SDL_imageFilterAddByteToHalf = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterAddUint
alias da_SDL_imageFilterAddUint = int function(ubyte* Src1, ubyte* Dest, uint length, uint C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterBinarizeUsingThreshold
alias da_SDL_imageFilterBinarizeUsingThreshold = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte T)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterBitAnd
alias da_SDL_imageFilterBitAnd = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterBitNegation
alias da_SDL_imageFilterBitNegation = int function(ubyte* Src1, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterBitOr
alias da_SDL_imageFilterBitOr = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterClipToRange
alias da_SDL_imageFilterClipToRange = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte Tmin, ubyte Tmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterDiv
alias da_SDL_imageFilterDiv = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterMMXdetect
alias da_SDL_imageFilterMMXdetect = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterMMXoff
alias da_SDL_imageFilterMMXoff = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterMMXon
alias da_SDL_imageFilterMMXon = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterMean
alias da_SDL_imageFilterMean = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterMult
alias da_SDL_imageFilterMult = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterMultByByte
alias da_SDL_imageFilterMultByByte = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterMultDivby2
alias da_SDL_imageFilterMultDivby2 = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterMultDivby4
alias da_SDL_imageFilterMultDivby4 = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterMultNor
alias da_SDL_imageFilterMultNor = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterNormalizeLinear
alias da_SDL_imageFilterNormalizeLinear = int function(ubyte* Src, ubyte* Dest, uint length, int Cmin, int Cmax, int Nmin, int Nmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterShiftLeft
alias da_SDL_imageFilterShiftLeft = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte N)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterShiftLeftByte
alias da_SDL_imageFilterShiftLeftByte = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte N)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterShiftLeftUint
alias da_SDL_imageFilterShiftLeftUint = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte N)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterShiftRight
alias da_SDL_imageFilterShiftRight = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte N)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterShiftRightAndMultByByte
alias da_SDL_imageFilterShiftRightAndMultByByte = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte N, ubyte C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterShiftRightUint
alias da_SDL_imageFilterShiftRightUint = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte N)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterSub
alias da_SDL_imageFilterSub = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterSubByte
alias da_SDL_imageFilterSubByte = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SDL_imageFilterSubUint
alias da_SDL_imageFilterSubUint = int function(ubyte* Src1, ubyte* Dest, uint length, uint C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

SDL_imageFilterAbsDiff
da_SDL_imageFilterAbsDiff SDL_imageFilterAbsDiff;
Undocumented in source.
SDL_imageFilterAdd
da_SDL_imageFilterAdd SDL_imageFilterAdd;
Undocumented in source.
SDL_imageFilterAddByte
da_SDL_imageFilterAddByte SDL_imageFilterAddByte;
Undocumented in source.
SDL_imageFilterAddByteToHalf
da_SDL_imageFilterAddByteToHalf SDL_imageFilterAddByteToHalf;
Undocumented in source.
SDL_imageFilterAddUint
da_SDL_imageFilterAddUint SDL_imageFilterAddUint;
Undocumented in source.
SDL_imageFilterBinarizeUsingThreshold
da_SDL_imageFilterBinarizeUsingThreshold SDL_imageFilterBinarizeUsingThreshold;
Undocumented in source.
SDL_imageFilterBitAnd
da_SDL_imageFilterBitAnd SDL_imageFilterBitAnd;
Undocumented in source.
SDL_imageFilterBitNegation
da_SDL_imageFilterBitNegation SDL_imageFilterBitNegation;
Undocumented in source.
SDL_imageFilterBitOr
da_SDL_imageFilterBitOr SDL_imageFilterBitOr;
Undocumented in source.
SDL_imageFilterClipToRange
da_SDL_imageFilterClipToRange SDL_imageFilterClipToRange;
Undocumented in source.
SDL_imageFilterDiv
da_SDL_imageFilterDiv SDL_imageFilterDiv;
Undocumented in source.
SDL_imageFilterMMXdetect
da_SDL_imageFilterMMXdetect SDL_imageFilterMMXdetect;
Undocumented in source.
SDL_imageFilterMMXoff
da_SDL_imageFilterMMXoff SDL_imageFilterMMXoff;
Undocumented in source.
SDL_imageFilterMMXon
da_SDL_imageFilterMMXon SDL_imageFilterMMXon;
Undocumented in source.
SDL_imageFilterMean
da_SDL_imageFilterMean SDL_imageFilterMean;
Undocumented in source.
SDL_imageFilterMult
da_SDL_imageFilterMult SDL_imageFilterMult;
Undocumented in source.
SDL_imageFilterMultByByte
da_SDL_imageFilterMultByByte SDL_imageFilterMultByByte;
Undocumented in source.
SDL_imageFilterMultDivby2
da_SDL_imageFilterMultDivby2 SDL_imageFilterMultDivby2;
Undocumented in source.
SDL_imageFilterMultDivby4
da_SDL_imageFilterMultDivby4 SDL_imageFilterMultDivby4;
Undocumented in source.
SDL_imageFilterMultNor
da_SDL_imageFilterMultNor SDL_imageFilterMultNor;
Undocumented in source.
SDL_imageFilterNormalizeLinear
da_SDL_imageFilterNormalizeLinear SDL_imageFilterNormalizeLinear;
Undocumented in source.
SDL_imageFilterShiftLeft
da_SDL_imageFilterShiftLeft SDL_imageFilterShiftLeft;
Undocumented in source.
SDL_imageFilterShiftLeftByte
da_SDL_imageFilterShiftLeftByte SDL_imageFilterShiftLeftByte;
Undocumented in source.
SDL_imageFilterShiftLeftUint
da_SDL_imageFilterShiftLeftUint SDL_imageFilterShiftLeftUint;
Undocumented in source.
SDL_imageFilterShiftRight
da_SDL_imageFilterShiftRight SDL_imageFilterShiftRight;
Undocumented in source.
SDL_imageFilterShiftRightAndMultByByte
da_SDL_imageFilterShiftRightAndMultByByte SDL_imageFilterShiftRightAndMultByByte;
Undocumented in source.
SDL_imageFilterShiftRightUint
da_SDL_imageFilterShiftRightUint SDL_imageFilterShiftRightUint;
Undocumented in source.
SDL_imageFilterSub
da_SDL_imageFilterSub SDL_imageFilterSub;
Undocumented in source.
SDL_imageFilterSubByte
da_SDL_imageFilterSubByte SDL_imageFilterSubByte;
Undocumented in source.
SDL_imageFilterSubUint
da_SDL_imageFilterSubUint SDL_imageFilterSubUint;
Undocumented in source.

Meta